LocusService

Android library to access location data in easy way.

  • GetGPSLocation() - Only one GPS location fix will be returned
  • GetNetLocation() - Only one Network location fix will be returned
  • RealTimeLocationListener - Used for tracking services. Real-time location will be returned
  • And More...
Build your location based applications with simple lines of codes

ObjectClustering

Object based Clustering Algorithm can be used in any android project which is used to solve cluster based problems. Normally clustering algorithms are designed using arrays, but here java objects are used for the design of the algorithm. Here we use 3 Java classes.

  • Centroid
  • DataPoint
  • ClusterObject
You are able to define any number of data points & centroids using Java Lists.